Table of content



/seat/airplane/{id}

Mapping URL: /seat/airplane/{id}

Description: find the seat entities of airplane with the appended id

Microservice: PassengerBookingService


Methods

/seat/airplane/{id}

/seat/airplane/{id}

Mapping URL: /seat/airplane/{id}

Description: AirplaneService

Name: findAllSeatOfAirplane(id)

Request Method: GET

Service Interface: /seat/airplane/{id}

Service Entity: Airplane



PassengerBookingService inside the microservice architecture

Microservices

3.1 AirplaneService3.2 AirportService3.3 CargoService3.4 CountryService3.5 EmployeeService3.6 LuggageService
3.7 PassengerBookingService


Table of content